1 namespace WarehouseManagementSystem
2 {
3     
partial class frmStock
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             System.ComponentModel.ComponentResourceManager resources =
new System.ComponentModel.ComponentResourceManager(typeof(frmStock));
32             
this.label1 = new System.Windows.Forms.Label();
33             
this.label2 = new System.Windows.Forms.Label();
34             
this.txtFeatures = new System.Windows.Forms.RichTextBox();
35             
this.txtProductName = new System.Windows.Forms.TextBox();
36             
this.label4 = new System.Windows.Forms.Label();
37             
this.txtQty = new System.Windows.Forms.TextBox();
38             
this.groupBox1 = new System.Windows.Forms.GroupBox();
39             
this.dtpExpiryDate = new System.Windows.Forms.DateTimePicker();
40             
this.label5 = new System.Windows.Forms.Label();
41             
this.cmbSupplierName = new System.Windows.Forms.ComboBox();
42             
this.label3 = new System.Windows.Forms.Label();
43             
this.button2 = new System.Windows.Forms.Button();
44             
this.txtStockID = new System.Windows.Forms.TextBox();
45             
this.label7 = new System.Windows.Forms.Label();
46             
this.dtpStockDate = new System.Windows.Forms.DateTimePicker();
47             
this.label6 = new System.Windows.Forms.Label();
48             
this.panel1 = new System.Windows.Forms.Panel();
49             
this.btnGetData = new System.Windows.Forms.Button();
50             
this.btnUpdate = new System.Windows.Forms.Button();
51             
this.btnDelete = new System.Windows.Forms.Button();
52             
this.btnSave = new System.Windows.Forms.Button();
53             
this.btnNew = new System.Windows.Forms.Button();
54             
this.txtProductID = new System.Windows.Forms.TextBox();
55             
this.lblUser = new System.Windows.Forms.Label();
56             
this.txtSupplierID = new System.Windows.Forms.TextBox();
57             
this.txtQty1 = new System.Windows.Forms.TextBox();
58             
this.lblUserType = new System.Windows.Forms.Label();
59             
this.groupBox1.SuspendLayout();
60             
this.panel1.SuspendLayout();
61             
this.SuspendLayout();
62             
//
63             
// label1
64             
//
65             
this.label1.AutoSize = true;
66             
this.label1.Location = new System.Drawing.Point(32, 79);
67             
this.label1.Name = "label1";
68             
this.label1.Size = new System.Drawing.Size(87, 17);
69             
this.label1.TabIndex = 1;
70             
this.label1.Text = "Product Name";
71             
//
72             
// label2
73             
//
74             
this.label2.AutoSize = true;
75             
this.label2.Location = new System.Drawing.Point(32, 121);
76             
this.label2.Name = "label2";
77             
this.label2.Size = new System.Drawing.Size(54, 17);
78             
this.label2.TabIndex = 2;
79             
this.label2.Text = "Features";
80             
//
81             
// txtFeatures
82             
//
83             
this.txtFeatures.Location = new System.Drawing.Point(150, 121);
84             
this.txtFeatures.Name = "txtFeatures";
85             
this.txtFeatures.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.ForcedBoth;
86             
this.txtFeatures.Size = new System.Drawing.Size(530, 143);
87             
this.txtFeatures.TabIndex = 2;
88             
this.txtFeatures.Text = "";
89             
//
90             
// txtProductName
91             
//
92             
this.txtProductName.Location = new System.Drawing.Point(150, 76);
93             
this.txtProductName.Name = "txtProductName";
94             
this.txtProductName.ReadOnly = true;
95             
this.txtProductName.Size = new System.Drawing.Size(325, 24);
96             
this.txtProductName.TabIndex = 1;
97             
//
98             
// label4
99             
//
100             
this.label4.AutoSize = true;
101             
this.label4.Location = new System.Drawing.Point(213, 299);
102             
this.label4.Name = "label4";
103             
this.label4.Size = new System.Drawing.Size(56, 17);
104             
this.label4.TabIndex = 8;
105             
this.label4.Text = "Quantity";
106             
//
107             
// txtQty
108             
//
109             
this.txtQty.Location = new System.Drawing.Point(331, 299);
110             
this.txtQty.Name = "txtQty";
111             
this.txtQty.Size = new System.Drawing.Size(100, 24);
112             
this.txtQty.TabIndex = 3;
113             
this.txtQty.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtQty_KeyPress);
114             
//
115             
// groupBox1
116             
//
117             
this.groupBox1.Controls.Add(this.dtpExpiryDate);
118             
this.groupBox1.Controls.Add(this.label5);
119             
this.groupBox1.Controls.Add(this.cmbSupplierName);
120             
this.groupBox1.Controls.Add(this.label3);
121             
this.groupBox1.Controls.Add(this.button2);
122             
this.groupBox1.Controls.Add(this.txtStockID);
123             
this.groupBox1.Controls.Add(this.label7);
124             
this.groupBox1.Controls.Add(this.dtpStockDate);
125             
this.groupBox1.Controls.Add(this.label6);
126             
this.groupBox1.Controls.Add(this.txtQty);
127             
this.groupBox1.Controls.Add(this.label4);
128             
this.groupBox1.Controls.Add(this.txtProductName);
129             
this.groupBox1.Controls.Add(this.txtFeatures);
130             
this.groupBox1.Controls.Add(this.label2);
131             
this.groupBox1.Controls.Add(this.label1);
132             
this.groupBox1.Location = new System.Drawing.Point(29, 24);
133             
this.groupBox1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
134             
this.groupBox1.Name = "groupBox1";
135             
this.groupBox1.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
136             
this.groupBox1.Size = new System.Drawing.Size(701, 596);
137             
this.groupBox1.TabIndex = 0;
138             
this.groupBox1.TabStop = false;
139             
this.groupBox1.Text = "Stock Details";
140             
//
141             
// dtpExpiryDate
142             
//
143             
this.dtpExpiryDate.CustomFormat = "dd/MMM/yyyy";
144             
this.dtpExpiryDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
145             
this.dtpExpiryDate.Location = new System.Drawing.Point(331, 405);
146             
this.dtpExpiryDate.Name = "dtpExpiryDate";
147             
this.dtpExpiryDate.Size = new System.Drawing.Size(151, 24);
148             
this.dtpExpiryDate.TabIndex = 6;
149             
//
150             
// label5
151             
//
152             
this.label5.AutoSize = true;
153             
this.label5.Location = new System.Drawing.Point(213, 405);
154             
this.label5.Name = "label5";
155             
this.label5.Size = new System.Drawing.Size(71, 17);
156             
this.label5.TabIndex = 72;
157             
this.label5.Text = "Expiry Date";
158             
//
159             
// cmbSupplierName
160             
//
161             
this.cmbSupplierName.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
162             
this.cmbSupplierName.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
163             
this.cmbSupplierName.FormattingEnabled = true;
164             
this.cmbSupplierName.Location = new System.Drawing.Point(331, 335);
165             
this.cmbSupplierName.Name = "cmbSupplierName";
166             
this.cmbSupplierName.Size = new System.Drawing.Size(229, 25);
167             
this.cmbSupplierName.TabIndex = 4;
168             
this.cmbSupplierName.SelectedIndexChanged += new System.EventHandler(this.cmbSupplierName_SelectedIndexChanged);
169             
//
170             
// label3
171             
//
172             
this.label3.AutoSize = true;
173             
this.label3.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
174             
this.label3.Location = new System.Drawing.Point(213, 335);
175             
this.label3.Name = "label3";
176             
this.label3.Size = new System.Drawing.Size(89, 17);
177             
this.label3.TabIndex = 71;
178             
this.label3.Text = "Supplier Name";
179             
//
180             
// button2
181             
//
182             
this.button2.Location = new System.Drawing.Point(496, 77);
183             
this.button2.Name = "button2";
184             
this.button2.Size = new System.Drawing.Size(27, 23);
185             
this.button2.TabIndex = 0;
186             
this.button2.Text = ">";
187             
this.button2.UseVisualStyleBackColor = true;
188             
this.button2.Click += new System.EventHandler(this.button2_Click);
189             
//
190             
// txtStockID
191             
//
192             
this.txtStockID.Location = new System.Drawing.Point(150, 33);
193             
this.txtStockID.Name = "txtStockID";
194             
this.txtStockID.ReadOnly = true;
195             
this.txtStockID.Size = new System.Drawing.Size(134, 24);
196             
this.txtStockID.TabIndex = 0;
197             
//
198             
// label7
199             
//
200             
this.label7.AutoSize = true;
201             
this.label7.Location = new System.Drawing.Point(32, 36);
202             
this.label7.Name = "label7";
203             
this.label7.Size = new System.Drawing.Size(56, 17);
204             
this.label7.TabIndex = 14;
205             
this.label7.Text = "Stock ID";
206             
//
207             
// dtpStockDate
208             
//
209             
this.dtpStockDate.CustomFormat = "dd/MMM/yyyy";
210             
this.dtpStockDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
211             
this.dtpStockDate.Location = new System.Drawing.Point(331, 373);
212             
this.dtpStockDate.Name = "dtpStockDate";
213             
this.dtpStockDate.Size = new System.Drawing.Size(151, 24);
214             
this.dtpStockDate.TabIndex = 5;
215             
//
216             
// label6
217             
//
218             
this.label6.AutoSize = true;
219             
this.label6.Location = new System.Drawing.Point(213, 373);
220             
this.label6.Name = "label6";
221             
this.label6.Size = new System.Drawing.Size(67, 17);
222             
this.label6.TabIndex = 12;
223             
this.label6.Text = "Stock Date";
224             
//
225             
// panel1
226             
//
227             
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
228             
this.panel1.Controls.Add(this.btnGetData);
229             
this.panel1.Controls.Add(this.btnUpdate);
230             
this.panel1.Controls.Add(this.btnDelete);
231             
this.panel1.Controls.Add(this.btnSave);
232             
this.panel1.Controls.Add(this.btnNew);
233             
this.panel1.Location = new System.Drawing.Point(738, 32);
234             
this.panel1.Name = "panel1";
235             
this.panel1.Size = new System.Drawing.Size(109, 213);
236             
this.panel1.TabIndex = 1;
237             
//
238             
// btnGetData
239             
//
240             
this.btnGetData.Location = new System.Drawing.Point(13, 166);
241             
this.btnGetData.Name = "btnGetData";
242             
this.btnGetData.Size = new System.Drawing.Size(82, 32);
243             
this.btnGetData.TabIndex = 4;
244             
this.btnGetData.Text = "&Get Data";
245             
this.btnGetData.UseVisualStyleBackColor = true;
246             
this.btnGetData.Click += new System.EventHandler(this.btnGetData_Click);
247             
//
248             
// btnUpdate
249             
//
250             
this.btnUpdate.Enabled = false;
251             
this.btnUpdate.Location = new System.Drawing.Point(13, 128);
252             
this.btnUpdate.Name = "btnUpdate";
253             
this.btnUpdate.Size = new System.Drawing.Size(82, 32);
254             
this.btnUpdate.TabIndex = 3;
255             
this.btnUpdate.Text = "&Update";
256             
this.btnUpdate.UseVisualStyleBackColor = true;
257             
this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click);
258             
//
259             
// btnDelete
260             
//
261             
this.btnDelete.Enabled = false;
262             
this.btnDelete.Location = new System.Drawing.Point(13, 90);
263             
this.btnDelete.Name = "btnDelete";
264             
this.btnDelete.Size = new System.Drawing.Size(82, 32);
265             
this.btnDelete.TabIndex = 2;
266             
this.btnDelete.Text = "&Delete";
267             
this.btnDelete.UseVisualStyleBackColor = true;
268             
this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
269             
//
270             
// btnSave
271             
//
272             
this.btnSave.Location = new System.Drawing.Point(13, 52);
273             
this.btnSave.Name = "btnSave";
274             
this.btnSave.Size = new System.Drawing.Size(82, 32);
275             
this.btnSave.TabIndex = 1;
276             
this.btnSave.Text = "&Save";
277             
this.btnSave.UseVisualStyleBackColor = true;
278             
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
279             
//
280             
// btnNew
281             
//
282             
this.btnNew.Location = new System.Drawing.Point(13, 14);
283             
this.btnNew.Name = "btnNew";
284             
this.btnNew.Size = new System.Drawing.Size(82, 32);
285             
this.btnNew.TabIndex = 0;
286             
this.btnNew.Text = "&New";
287             
this.btnNew.UseVisualStyleBackColor = true;
288             
this.btnNew.Click += new System.EventHandler(this.btnNew_Click);
289             
//
290             
// txtProductID
291             
//
292             
this.txtProductID.Location = new System.Drawing.Point(525, 2);
293             
this.txtProductID.Name = "txtProductID";
294             
this.txtProductID.Size = new System.Drawing.Size(156, 24);
295             
this.txtProductID.TabIndex = 5;
296             
this.txtProductID.Visible = false;
297             
//
298             
// lblUser
299             
//
300             
this.lblUser.AutoSize = true;
301             
this.lblUser.Location = new System.Drawing.Point(736, 12);
302             
this.lblUser.Name = "lblUser";
303             
this.lblUser.Size = new System.Drawing.Size(39, 17);
304             
this.lblUser.TabIndex = 6;
305             
this.lblUser.Text = "label8";
306             
this.lblUser.Visible = false;
307             
//
308             
// txtSupplierID
309             
//
310             
this.txtSupplierID.Location = new System.Drawing.Point(348, 2);
311             
this.txtSupplierID.Name = "txtSupplierID";
312             
this.txtSupplierID.Size = new System.Drawing.Size(156, 24);
313             
this.txtSupplierID.TabIndex = 73;
314             
this.txtSupplierID.Visible = false;
315             
//
316             
// txtQty1
317             
//
318             
this.txtQty1.Location = new System.Drawing.Point(186, 2);
319             
this.txtQty1.Name = "txtQty1";
320             
this.txtQty1.Size = new System.Drawing.Size(156, 24);
321             
this.txtQty1.TabIndex = 74;
322             
this.txtQty1.Visible = false;
323             
//
324             
// lblUserType
325             
//
326             
this.lblUserType.AutoSize = true;
327             
this.lblUserType.Location = new System.Drawing.Point(795, 12);
328             
this.lblUserType.Name = "lblUserType";
329             
this.lblUserType.Size = new System.Drawing.Size(39, 17);
330             
this.lblUserType.TabIndex = 75;
331             
this.lblUserType.Text = "label9";
332             
this.lblUserType.Visible = false;
333             
//
334             
// frmStock
335             
//
336             
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
337             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
338             
this.BackColor = System.Drawing.SystemColors.ButtonHighlight;
339             
this.ClientSize = new System.Drawing.Size(863, 497);
340             
this.Controls.Add(this.lblUserType);
341             
this.Controls.Add(this.txtQty1);
342             
this.Controls.Add(this.txtSupplierID);
343             
this.Controls.Add(this.lblUser);
344             
this.Controls.Add(this.txtProductID);
345             
this.Controls.Add(this.panel1);
346             
this.Controls.Add(this.groupBox1);
347             
this.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
348             
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
349             
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
350             
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
351             
this.MaximizeBox = false;
352             
this.Name = "frmStock";
353             
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
354             
this.Text = "Stock";
355             
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmStock_FormClosing);
356             
this.Load += new System.EventHandler(this.frmStock_Load);
357             
this.groupBox1.ResumeLayout(false);
358             
this.groupBox1.PerformLayout();
359             
this.panel1.ResumeLayout(false);
360             
this.ResumeLayout(false);
361             
this.PerformLayout();
362
363         }
364
365         
#endregion
366
367         
private System.Windows.Forms.Label label1;
368         
private System.Windows.Forms.Label label2;
369         
public System.Windows.Forms.RichTextBox txtFeatures;
370         
private System.Windows.Forms.Label label4;
371         
private System.Windows.Forms.GroupBox groupBox1;
372         
private System.Windows.Forms.Label label7;
373         
private System.Windows.Forms.Label label6;
374         
private System.Windows.Forms.Button button2;
375         
private System.Windows.Forms.Panel panel1;
376         
public System.Windows.Forms.Button btnGetData;
377         
public System.Windows.Forms.Button btnUpdate;
378         
public System.Windows.Forms.Button btnDelete;
379         
public System.Windows.Forms.Button btnSave;
380         
public System.Windows.Forms.Button btnNew;
381         
public System.Windows.Forms.TextBox txtProductName;
382         
public System.Windows.Forms.TextBox txtQty;
383         
public System.Windows.Forms.TextBox txtStockID;
384         
public System.Windows.Forms.DateTimePicker dtpStockDate;
385         
public System.Windows.Forms.TextBox txtProductID;
386         
public System.Windows.Forms.Label lblUser;
387         
internal System.Windows.Forms.Label label3;
388         
public System.Windows.Forms.TextBox txtSupplierID;
389         
public System.Windows.Forms.ComboBox cmbSupplierName;
390         
public System.Windows.Forms.TextBox txtQty1;
391         
public System.Windows.Forms.DateTimePicker dtpExpiryDate;
392         
private System.Windows.Forms.Label label5;
393         
public System.Windows.Forms.Label lblUserType;
394
395     }
396 }


Gõ tìm kiếm nhanh...